home *** CD-ROM | disk | FTP | other *** search
/ SPACE 2 / SPACE - Library 2 - Volume 1.iso / magazi~1 / 404 / intr.s < prev    next >
Encoding:
Text File  |  1989-04-11  |  125 b   |  12 lines

  1. .globl _timcnt
  2. .globl _intr
  3. .text
  4. _intr:
  5. addq.l #$1,_timcnt
  6. andi.b #$DF,$fffa0f
  7. rte
  8. .data
  9. .even
  10. _timcnt: .dc.L 0
  11.  
  12.